home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Oberon⁄F™ 1.2 / Preinstalled version / Dev / Docu / Commanders (.txt) < prev    next >
Encoding:
Oberon Document  |  1996-03-29  |  1.7 KB  |  38 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevCommanders
  25. DEFINITION DevCommanders;
  26.     PROCEDURE Deposit;
  27. END DevCommanders.
  28. A commander is a view which interprets and executes the command or command sequence written behind the commander. They only operate when embedded in texts.
  29. This module contains several other items which are used internally.
  30. PROCEDURE Deposit
  31. Deposit command for commanders.
  32. TextControllers.StdCtrlDesc
  33. TextControllers.ControllerDesc
  34. Containers.ControllerDesc
  35. Controllers.ControllerDesc
  36. Helvetica
  37. Documents.ControllerDesc
  38.